runtime.heapStatsDelta.largeFree (field)
7 uses
runtime (current package)
arena.go#L913: atomic.Xadd64(&stats.largeFree, int64(s.elemsize))
metrics.go#L612: a.totalFreed = a.largeFree
mgcsweep.go#L795: atomic.Xadd64(&stats.largeFree, int64(size))
mstats.go#L396: totalFree := consStats.largeFree
mstats.go#L685: largeFree uint64 // bytes freed for large objects (>maxSmallSize)
mstats.go#L709: a.largeFree += b.largeFree
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |